home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / docs / help / arexxbegin.lha / arexx_for_beginners / articles_01-10 / Example5-4.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-08-02  |  164 b   |  6 lines

  1. /* Example5-4 */
  2. /* This illustrates SAYing a mathematical expression */
  3. /* which is within a string as well as one not in a string */
  4.  
  5. SAY '3 + 4 * 5 =' 3 + 4 * 5
  6.